home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio 5
/
Ray Dream.iso
/
pc
/
DreamSDK
/
Windows
/
SAMPLES
/
POSTR
/
SAND
/
SANDDLL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-11
|
308 b
|
15 lines
// Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
/* $Id: SandDll.h 1.1 1996/08/22 22:39:50 DAMIEN Exp $ */
//
// Globals used by DLL
//
#ifndef __SandDLL__
#define __SandDLL__
// Global variables used by the DLL
extern long global_count_Obj;
extern long global_count_Lock;
#endif